home *** CD-ROM | disk | FTP | other *** search
Text File | 2002-10-27 | 34.4 KB | 1,233 lines |
- #! /bin/sh
- # Generated automatically by configure.
- # Run this file to recreate the current configuration.
- # Compiler output produced by configure, useful for debugging
- # configure, is in config.log if it exists.
-
- debug=false
- SHELL=${CONFIG_SHELL-/bin/sh}
- ac_cs_invocation="$0 $@"
-
- # Be Bourne compatible
- if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
- emulate sh
- NULLCMD=:
- elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
- set -o posix
- fi
-
- # Name of the executable.
- as_me=`echo "$0" |sed 's,.*[\\/],,'`
-
- if expr a : '\(a\)' >/dev/null 2>&1; then
- as_expr=expr
- else
- as_expr=false
- fi
-
- rm -f conf$$ conf$$.exe conf$$.file
- echo >conf$$.file
- if ln -s conf$$.file conf$$ 2>/dev/null; then
- # We could just check for DJGPP; but this test a) works b) is more generic
- # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
- if test -f conf$$.exe; then
- # Don't use ln at all; we don't have any links
- as_ln_s='cp -p'
- else
- as_ln_s='ln -s'
- fi
- elif ln conf$$.file conf$$ 2>/dev/null; then
- as_ln_s=ln
- else
- as_ln_s='cp -p'
- fi
- rm -f conf$$ conf$$.exe conf$$.file
-
- as_executable_p="test -f"
-
- # Support unset when possible.
- if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
- as_unset=unset
- else
- as_unset=false
- fi
-
- # NLS nuisances.
- $as_unset LANG || test "${LANG+set}" != set || { LANG=C; export LANG; }
- $as_unset LC_ALL || test "${LC_ALL+set}" != set || { LC_ALL=C; export LC_ALL; }
- $as_unset LC_TIME || test "${LC_TIME+set}" != set || { LC_TIME=C; export LC_TIME; }
- $as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set || { LC_CTYPE=C; export LC_CTYPE; }
- $as_unset LANGUAGE || test "${LANGUAGE+set}" != set || { LANGUAGE=C; export LANGUAGE; }
- $as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set || { LC_COLLATE=C; export LC_COLLATE; }
- $as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set || { LC_NUMERIC=C; export LC_NUMERIC; }
- $as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set || { LC_MESSAGES=C; export LC_MESSAGES; }
-
- # IFS
- # We need space, tab and new line, in precisely that order.
- as_nl='
- '
- IFS=" $as_nl"
-
- # CDPATH.
- $as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; }
-
- exec 6>&1
-
- config_files=" include/MKterm.h.awk include/curses.head:include/curses.h.in include/termcap.h include/unctrl.h misc/run_tic.sh:misc/run_tic.in man/Makefile include/Makefile ncurses/Makefile progs/Makefile tack/Makefile panel/Makefile menu/Makefile form/Makefile test/Makefile misc/Makefile c++/Makefile Makefile"
- config_headers=" include/ncurses_cfg.h:include/ncurses_cfg.hin"
- config_commands=" default"
-
- ac_cs_usage="\
- \`$as_me' instantiates files from templates according to the
- current configuration.
-
- Usage: $0 [OPTIONS] [FILE]...
-
- -h, --help print this help, then exit
- -V, --version print version number, then exit
- -d, --debug don't remove temporary files
- --recheck update $as_me by reconfiguring in the same conditions
- --file=FILE[:TEMPLATE]
- instantiate the configuration file FILE
- --header=FILE[:TEMPLATE]
- instantiate the configuration header FILE
-
- Configuration files:
- $config_files
-
- Configuration headers:
- $config_headers
-
- Configuration commands:
- $config_commands
-
- Report bugs to <bug-autoconf@gnu.org>."
- ac_cs_version="\
- config.status
- configured by ./configure, generated by GNU Autoconf 2.52.20011227,
- with options \"--prefix=/gg --enable-termcap --build=amigaos --disable-overwrite --without-debug 'CFLAGS=-O2 -fomit-frame-pointer -m68020-60 -ffast-math' 'LDFLAGS=-s -lm' build_alias=amigaos\"
-
- Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
- Free Software Foundation, Inc.
- This config.status script is free software; the Free Software Foundation
- gives unlimited permission to copy, distribute and modify it."
- srcdir=.
- INSTALL="/bin/install -c"
- # If no file are specified by the user, then we need to provide default
- # value. By we need to know if files were specified by the user.
- ac_need_defaults=:
- while test $# != 0
- do
- case $1 in
- --*=*)
- ac_option=`expr "x$1" : 'x\([^=]*\)='`
- ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
- shift
- set dummy "$ac_option" "$ac_optarg" ${1+"$@"}
- shift
- ;;
- -*);;
- *) # This is not an option, so the user has probably given explicit
- # arguments.
- ac_need_defaults=false;;
- esac
-
- case $1 in
- # Handling of the options.
- -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
- echo "running /bin/sh ./configure " --prefix=/gg --enable-termcap --build=amigaos --disable-overwrite --without-debug 'CFLAGS=-O2 -fomit-frame-pointer -m68020-60 -ffast-math' 'LDFLAGS=-s -lm' build_alias=amigaos " --no-create --no-recursion"
- exec /bin/sh ./configure --prefix=/gg --enable-termcap --build=amigaos --disable-overwrite --without-debug 'CFLAGS=-O2 -fomit-frame-pointer -m68020-60 -ffast-math' 'LDFLAGS=-s -lm' build_alias=amigaos --no-create --no-recursion ;;
- --version | --vers* | -V )
- echo "$ac_cs_version"; exit 0 ;;
- --he | --h)
- # Conflict between --help and --header
- { { echo "$as_me:10904: error: ambiguous option: $1
- Try \`$0 --help' for more information." >&5
- echo "$as_me: error: ambiguous option: $1
- Try \`$0 --help' for more information." >&2;}
- { (exit 1); exit 1; }; };;
- --help | --hel | -h )
- echo "$ac_cs_usage"; exit 0 ;;
- --debug | --d* | -d )
- debug=: ;;
- --file | --fil | --fi | --f )
- shift
- CONFIG_FILES="$CONFIG_FILES $1"
- ac_need_defaults=false;;
- --header | --heade | --head | --hea )
- shift
- CONFIG_HEADERS="$CONFIG_HEADERS $1"
- ac_need_defaults=false;;
-
- # This is an error.
- -*) { { echo "$as_me:10923: error: unrecognized option: $1
- Try \`$0 --help' for more information." >&5
- echo "$as_me: error: unrecognized option: $1
- Try \`$0 --help' for more information." >&2;}
- { (exit 1); exit 1; }; } ;;
-
- *) ac_config_targets="$ac_config_targets $1" ;;
-
- esac
- shift
- done
-
- exec 5>>config.log
- cat >&5 << _ACEOF
-
- ## ----------------------- ##
- ## Running config.status. ##
- ## ----------------------- ##
-
- This file was extended by $as_me 2.52.20011227, executed with
- CONFIG_FILES = $CONFIG_FILES
- CONFIG_HEADERS = $CONFIG_HEADERS
- CONFIG_LINKS = $CONFIG_LINKS
- CONFIG_COMMANDS = $CONFIG_COMMANDS
- > $ac_cs_invocation
- on `(hostname || uname -n) 2>/dev/null | sed 1q`
-
- _ACEOF
- #
- # INIT-COMMANDS section.
- #
-
- ### Special initialization commands, used to pass information from the
- ### configuration-run into config.status
-
- AWK="gawk"
- CF_LIST_MODELS=" normal"
- DFT_LWR_MODEL="normal"
- LDCONFIG=""
- LIB_NAME="ncurses"
- LIB_SUBSETS="termlib+base+ext_funcs"
- LIB_SUFFIX=""
- LIB_TRACING="DEBUG"
- MAKE_TERMINFO=""
- NCURSES_OSPEED="short"
- SRC_SUBDIRS="man include ncurses progs tack panel menu form test misc c++"
- TERMINFO="/gg/share/terminfo"
- TINFO_NAME="tinfo"
- WITH_CURSES_H="yes"
- WITH_ECHO="yes"
- WITH_OVERWRITE="no"
- cf_cv_abi_version="5"
- cf_cv_do_symlinks="no"
- cf_cv_rel_version="5.3"
- cf_cv_rm_so_locs="no"
- cf_cv_shlib_version="auto"
- cf_cv_shlib_version_infix="no"
- cf_cv_system_name="amigaos"
- cf_with_cxx_binding="yes"
- target="m68k-unknown-amigaos"
-
- for ac_config_target in $ac_config_targets
- do
- case "$ac_config_target" in
- # Handling of arguments.
- "include/MKterm.h.awk" ) CONFIG_FILES="$CONFIG_FILES include/MKterm.h.awk" ;;
- "include/curses.head" ) CONFIG_FILES="$CONFIG_FILES include/curses.head:include/curses.h.in" ;;
- "include/termcap.h" ) CONFIG_FILES="$CONFIG_FILES include/termcap.h" ;;
- "include/unctrl.h" ) CONFIG_FILES="$CONFIG_FILES include/unctrl.h" ;;
- "misc/run_tic.sh" ) CONFIG_FILES="$CONFIG_FILES misc/run_tic.sh:misc/run_tic.in" ;;
- "$SUB_MAKEFILES" ) CONFIG_FILES="$CONFIG_FILES $SUB_MAKEFILES" ;;
- "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
- "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
- "include/ncurses_cfg.h" ) CONFIG_HEADERS="$CONFIG_HEADERS include/ncurses_cfg.h:include/ncurses_cfg.hin" ;;
- *) { { echo "$as_me:11003: error: invalid argument: $ac_config_target" >&5
- echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
- { (exit 1); exit 1; }; };;
- esac
- done
-
- # If the user did not use the arguments to specify the items to instantiate,
- # then the envvar interface is used. Set only those that are not.
- # We use the long form for the default assignment because of an extremely
- # bizarre bug on SunOS 4.1.3.
- if $ac_need_defaults; then
- test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
- test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
- test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
- fi
-
- # Create a temporary directory, and hook for its removal unless debugging.
- $debug ||
- {
- trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
- trap '{ (exit 1); exit 1; }' 1 2 13 15
- }
-
- # Create a (secure) tmp directory for tmp files.
- : ${TMPDIR=/tmp}
- {
- tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` &&
- test -n "$tmp" && test -d "$tmp"
- } ||
- {
- tmp=$TMPDIR/cs$$-$RANDOM
- (umask 077 && mkdir $tmp)
- } ||
- {
- echo "$me: cannot create a temporary directory in $TMPDIR" >&2
- { (exit 1); exit 1; }
- }
-
-
- #
- # CONFIG_FILES section.
- #
-
- # No need to generate the scripts if there are no CONFIG_FILES.
- # This happens for instance when ./config.status config.h
- if test -n "$CONFIG_FILES"; then
- # Protect against being on the right side of a sed subst in config.status.
- sed 's/,@/@@/; s/@,/@@/; s/,;t t$/@;t t/; /@;t t$/s/[\\&,]/\\&/g;
- s/@@/,@/; s/@@/@,/; s/@;t t$/,;t t/' >$tmp/subs.sed <<\CEOF
- s,@SHELL@,/bin/sh,;t t
- s,@exec_prefix@,${prefix},;t t
- s,@prefix@,/gg,;t t
- s,@program_transform_name@,s,x,x,,;t t
- s,@bindir@,${exec_prefix}/bin,;t t
- s,@sbindir@,${exec_prefix}/sbin,;t t
- s,@libexecdir@,${exec_prefix}/libexec,;t t
- s,@datadir@,${prefix}/share,;t t
- s,@sysconfdir@,${prefix}/etc,;t t
- s,@sharedstatedir@,${prefix}/com,;t t
- s,@localstatedir@,${prefix}/var,;t t
- s,@libdir@,${exec_prefix}/lib,;t t
- s,@includedir@,$(prefix)/include/ncurses,;t t
- s,@oldincludedir@,/usr/include,;t t
- s,@infodir@,${prefix}/info,;t t
- s,@mandir@,${prefix}/man,;t t
- s,@PACKAGE_NAME@,,;t t
- s,@PACKAGE_TARNAME@,,;t t
- s,@PACKAGE_VERSION@,,;t t
- s,@PACKAGE_STRING@,,;t t
- s,@PACKAGE_BUGREPORT@,,;t t
- s,@build_alias@,amigaos,;t t
- s,@host_alias@,,;t t
- s,@target_alias@,,;t t
- s,@ECHO_C@,\c,;t t
- s,@ECHO_N@,,;t t
- s,@ECHO_T@,,;t t
- s,@PATH_SEPARATOR@,:,;t t
- s,@DEFS@,-DHAVE_CONFIG_H,;t t
- s,@LIBS@,,;t t
- s,@NCURSES_MAJOR@,5,;t t
- s,@NCURSES_MINOR@,3,;t t
- s,@NCURSES_PATCH@,20021012,;t t
- s,@cf_cv_rel_version@,5.3,;t t
- s,@cf_cv_abi_version@,5,;t t
- s,@cf_cv_cc_bool_type@,0,;t t
- s,@cf_cv_builtin_bool@,1,;t t
- s,@cf_cv_header_stdbool_h@,1,;t t
- s,@cf_cv_type_of_bool@,unsigned char,;t t
- s,@build@,m68k-unknown-amigaos,;t t
- s,@build_cpu@,m68k,;t t
- s,@build_vendor@,unknown,;t t
- s,@build_os@,amigaos,;t t
- s,@host@,m68k-unknown-amigaos,;t t
- s,@host_cpu@,m68k,;t t
- s,@host_vendor@,unknown,;t t
- s,@host_os@,amigaos,;t t
- s,@target@,m68k-unknown-amigaos,;t t
- s,@target_cpu@,m68k,;t t
- s,@target_vendor@,unknown,;t t
- s,@target_os@,amigaos,;t t
- s,@CC@,gcc,;t t
- s,@CFLAGS@,-O2 -fomit-frame-pointer -m68020-60 -ffast-math ,;t t
- s,@LDFLAGS@,-s -lm,;t t
- s,@CPPFLAGS@, -DNDEBUG -I. -I../include -I$(includedir),;t t
- s,@ac_ct_CC@,gcc,;t t
- s,@EXEEXT@,,;t t
- s,@OBJEXT@,o,;t t
- s,@BUILD_CC@,$(CC),;t t
- s,@BUILD_CFLAGS@,$(CFLAGS),;t t
- s,@BUILD_CPPFLAGS@,$(CPPFLAGS),;t t
- s,@BUILD_LDFLAGS@,$(LDFLAGS),;t t
- s,@BUILD_LIBS@,$(LIBS),;t t
- s,@CPP@,gcc -E,;t t
- s,@PROG_EXT@,,;t t
- s,@LDCONFIG@,,;t t
- s,@CXX@,g++,;t t
- s,@CXXFLAGS@,-g -O2,;t t
- s,@ac_ct_CXX@,g++,;t t
- s,@AWK@,gawk,;t t
- s,@SET_MAKE@,,;t t
- s,@INSTALL_PROGRAM@,${INSTALL},;t t
- s,@INSTALL_SCRIPT@,${INSTALL},;t t
- s,@INSTALL_DATA@,${INSTALL} -m 644,;t t
- s,@LN_S@,ln -s,;t t
- s,@RANLIB@,ranlib,;t t
- s,@ac_ct_RANLIB@,ranlib,;t t
- s,@MAKE_LOWER_TAGS@,,;t t
- s,@MAKE_UPPER_TAGS@,#,;t t
- s,@LINT@,,;t t
- s,@MAN@,man,;t t
- s,@LINT_OPTS@,,;t t
- s,@LD@,ld,;t t
- s,@AR@,ar,;t t
- s,@AR_OPTS@,rv,;t t
- s,@cf_cv_makeflags@,,;t t
- s,@DESTDIR@,,;t t
- s,@cf_list_models@, normal,;t t
- s,@LIBTOOL@,,;t t
- s,@DFT_LWR_MODEL@,normal,;t t
- s,@DFT_UPR_MODEL@,NORMAL,;t t
- s,@TINFO_NAME@,tinfo,;t t
- s,@LIB_NAME@,ncurses,;t t
- s,@LIB_PREFIX@,lib,;t t
- s,@LIB_SUFFIX@,,;t t
- s,@CC_G_OPT@,-g,;t t
- s,@CXX_G_OPT@,-g,;t t
- s,@LD_MODEL@,,;t t
- s,@CC_SHARED_OPTS@,unknown,;t t
- s,@LD_SHARED_OPTS@,,;t t
- s,@MK_SHARED_LIB@,echo unknown,;t t
- s,@LINK_PROGS@,,;t t
- s,@LINK_TESTS@,,;t t
- s,@EXTRA_LDFLAGS@,,;t t
- s,@LOCAL_LDFLAGS@,,;t t
- s,@LOCAL_LDFLAGS2@,,;t t
- s,@INSTALL_LIB@,-m 644,;t t
- s,@TERMINFO_SRC@,${top_srcdir}/misc/terminfo.src,;t t
- s,@PATHSEP@,:,;t t
- s,@FALLBACK_LIST@,,;t t
- s,@TERMINFO_DIRS@,/gg/share/terminfo,;t t
- s,@TERMINFO@,/gg/share/terminfo,;t t
- s,@MAKE_TERMINFO@,,;t t
- s,@TERMPATH@,/etc/termcap:/usr/share/misc/termcap,;t t
- s,@BROKEN_LINKER@,0,;t t
- s,@NCURSES_BOOL@,auto,;t t
- s,@NCURSES_OSPEED@,short,;t t
- s,@MANPAGE_RENAMES@,no,;t t
- s,@NCURSES_EXT_FUNCS@,1,;t t
- s,@NCURSES_CONST@,/*nothing*/,;t t
- s,@NCURSES_XNAMES@,1,;t t
- s,@NCURSES_CH_T@,chtype,;t t
- s,@NCURSES_LIBUTF8@,0,;t t
- s,@NCURSES_MBSTATE_T@,0,;t t
- s,@TERMINFO_CAPS@,Caps,;t t
- s,@ECHO_LINK@,,;t t
- s,@EXTRA_CFLAGS@,,;t t
- s,@MATH_LIB@,,;t t
- s,@cf_cv_typeof_chtype@,long,;t t
- s,@cf_cv_1UL@,1UL,;t t
- s,@HAVE_VSSCANF@,1,;t t
- s,@CXXCPP@,g++ -E,;t t
- s,@CXXLDFLAGS@,,;t t
- s,@CXX_AR@,$(AR),;t t
- s,@CXX_AR_OPTS@,$(AR_OPTS),;t t
- s,@CXXLIBS@,,;t t
- s,@gnat_exists@,no,;t t
- s,@M4_exists@,,;t t
- s,@cf_ada_make@,,;t t
- s,@cf_ada_compiler@,,;t t
- s,@cf_ada_package@,,;t t
- s,@ADAFLAGS@,,;t t
- s,@cf_compile_generics@,,;t t
- s,@cf_generic_objects@,,;t t
- s,@ADA_INCLUDE@,,;t t
- s,@ADA_OBJECTS@,,;t t
- s,@ADA_TRACE@,FALSE,;t t
- s,@ACPPFLAGS@, -I. -I../../include -I$(includedir),;t t
- s,@DFT_ARG_SUFFIX@,,;t t
- s,@DFT_DEP_SUFFIX@,.a,;t t
- s,@DFT_OBJ_SUBDIR@,objects,;t t
- s,@CXX_LIB_SUFFIX@,.a,;t t
- s,@EXTRA_LIBS@,,;t t
- s,@TINFO_LIST@,,;t t
- s,@SHLIB_LIST@,,;t t
- s,@TEST_DEPS@,../lib/libform.a ../lib/libmenu.a ../lib/libpanel.a ../lib/libncurses.a ,;t t
- s,@TEST_ARGS@,-L../lib -lform -lmenu -lpanel -lncurses ,;t t
- s,@PROG_ARGS@,-L../lib -lncurses ,;t t
- s,@ADA_SUBDIRS@,,;t t
- s,@DIRS_TO_MAKE@,lib objects,;t t
- CEOF
-
- # Split the substitutions into bite-sized pieces for seds with
- # small command number limits, like on Digital OSF/1 and HP-UX.
- ac_max_sed_lines=48
- ac_sed_frag=1 # Number of current file.
- ac_beg=1 # First line for current file.
- ac_end=$ac_max_sed_lines # Line after last line for current file.
- ac_more_lines=:
- ac_sed_cmds=
- while $ac_more_lines; do
- if test $ac_beg -gt 1; then
- sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
- else
- sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
- fi
- if test ! -s $tmp/subs.frag; then
- ac_more_lines=false
- else
- # The purpose of the label and of the branching condition is to
- # speed up the sed processing (if there are no `@' at all, there
- # is no need to browse any of the substitutions).
- # These are the two extra sed commands mentioned above.
- (echo ':t
- /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
- if test -z "$ac_sed_cmds"; then
- ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
- else
- ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
- fi
- ac_sed_frag=`expr $ac_sed_frag + 1`
- ac_beg=$ac_end
- ac_end=`expr $ac_end + $ac_max_sed_lines`
- fi
- done
- if test -z "$ac_sed_cmds"; then
- ac_sed_cmds=cat
- fi
- fi # test -n "$CONFIG_FILES"
-
- for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
- # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
- case $ac_file in
- - | *:- | *:-:* ) # input from stdin
- cat >$tmp/stdin
- ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
- ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
- *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
- ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
- * ) ac_file_in=$ac_file.in ;;
- esac
-
- # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
- ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
- X"$ac_file" : 'X\(//\)[^/]' \| \
- X"$ac_file" : 'X\(//\)$' \| \
- X"$ac_file" : 'X\(/\)' \| \
- . : '\(.\)' 2>/dev/null ||
- echo X"$ac_file" |
- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
- /^X\(\/\/\)[^/].*/{ s//\1/; q; }
- /^X\(\/\/\)$/{ s//\1/; q; }
- /^X\(\/\).*/{ s//\1/; q; }
- s/.*/./; q'`
- if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
- { case "$ac_dir" in
- [\\/]* | ?:[\\/]* ) as_incr_dir=;;
- *) as_incr_dir=.;;
- esac
- as_dummy="$ac_dir"
- for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
- case $as_mkdir_dir in
- # Skip DOS drivespec
- ?:) as_incr_dir=$as_mkdir_dir ;;
- *)
- as_incr_dir=$as_incr_dir/$as_mkdir_dir
- test -d "$as_incr_dir" || mkdir "$as_incr_dir"
- ;;
- esac
- done; }
-
- ac_dir_suffix="/`echo $ac_dir|sed 's,^\./,,'`"
- # A "../" for each directory in $ac_dir_suffix.
- ac_dots=`echo "$ac_dir_suffix" | sed 's,/[^/]*,../,g'`
- else
- ac_dir_suffix= ac_dots=
- fi
-
- case $srcdir in
- .) ac_srcdir=.
- if test -z "$ac_dots"; then
- ac_top_srcdir=.
- else
- ac_top_srcdir=`echo $ac_dots | sed 's,/$,,'`
- fi ;;
- [\\/]* | ?:[\\/]* )
- ac_srcdir=$srcdir$ac_dir_suffix;
- ac_top_srcdir=$srcdir ;;
- *) # Relative path.
- ac_srcdir=$ac_dots$srcdir$ac_dir_suffix
- ac_top_srcdir=$ac_dots$srcdir ;;
- esac
-
- case $INSTALL in
- [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
- *) ac_INSTALL=$ac_dots$INSTALL ;;
- esac
-
- if test x"$ac_file" != x-; then
- { echo "$as_me:11329: creating $ac_file" >&5
- echo "$as_me: creating $ac_file" >&6;}
- rm -f "$ac_file"
- fi
- # Let's still pretend it is `configure' which instantiates (i.e., don't
- # use $as_me), people would be surprised to read:
- # /* config.h. Generated automatically by config.status. */
- configure_input="Generated automatically from `echo $ac_file_in |
- sed 's,.*/,,'` by configure."
-
- # First look for the input files in the build tree, otherwise in the
- # src tree.
- ac_file_inputs=`IFS=:
- for f in $ac_file_in; do
- case $f in
- -) echo $tmp/stdin ;;
- [\\/$]*)
- # Absolute (can't be DOS-style, as IFS=:)
- test -f "$f" || { { echo "$as_me:11347: error: cannot find input file: $f" >&5
- echo "$as_me: error: cannot find input file: $f" >&2;}
- { (exit 1); exit 1; }; }
- echo $f;;
- *) # Relative
- if test -f "$f"; then
- # Build tree
- echo $f
- elif test -f "$srcdir/$f"; then
- # Source tree
- echo $srcdir/$f
- else
- # /dev/null tree
- { { echo "$as_me:11360: error: cannot find input file: $f" >&5
- echo "$as_me: error: cannot find input file: $f" >&2;}
- { (exit 1); exit 1; }; }
- fi;;
- esac
- done` || { (exit 1); exit 1; }
- sed "/^[ ]*VPATH[ ]*=/{
- s/:*\$(srcdir):*/:/;
- s/:*\${srcdir}:*/:/;
- s/:*@srcdir@:*/:/;
- s/^\([^=]*=[ ]*\):*/\1/;
- s/:*$//;
- s/^[^=]*=[ ]*$//;
- }
-
- :t
- /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
- s,@configure_input@,$configure_input,;t t
- s,@srcdir@,$ac_srcdir,;t t
- s,@top_srcdir@,$ac_top_srcdir,;t t
- s,@INSTALL@,$ac_INSTALL,;t t
- " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
- rm -f $tmp/stdin
- if test x"$ac_file" != x-; then
- mv $tmp/out $ac_file
- else
- cat $tmp/out
- rm -f $tmp/out
- fi
-
- done
-
- #
- # CONFIG_HEADER section.
- #
-
- # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
- # NAME is the cpp macro being defined and VALUE is the value it is being given.
- #
- # ac_d sets the value in "#define NAME VALUE" lines.
- ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
- ac_dB='[ ].*$,\1#\2'
- ac_dC=' '
- ac_dD=',;t'
- # ac_i turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
- ac_iA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
- ac_iB='\([ ]\),\1#\2define\3'
- ac_iC=' '
- ac_iD='\4,;t'
- # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
- ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
- ac_uB='$,\1#\2define\3'
- ac_uC=' '
- ac_uD=',;t'
-
- for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
- # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
- case $ac_file in
- - | *:- | *:-:* ) # input from stdin
- cat >$tmp/stdin
- ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
- ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
- *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
- ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
- * ) ac_file_in=$ac_file.in ;;
- esac
-
- test x"$ac_file" != x- && { echo "$as_me:11426: creating $ac_file" >&5
- echo "$as_me: creating $ac_file" >&6;}
-
- # First look for the input files in the build tree, otherwise in the
- # src tree.
- ac_file_inputs=`IFS=:
- for f in $ac_file_in; do
- case $f in
- -) echo $tmp/stdin ;;
- [\\/$]*)
- # Absolute (can't be DOS-style, as IFS=:)
- test -f "$f" || { { echo "$as_me:11437: error: cannot find input file: $f" >&5
- echo "$as_me: error: cannot find input file: $f" >&2;}
- { (exit 1); exit 1; }; }
- echo $f;;
- *) # Relative
- if test -f "$f"; then
- # Build tree
- echo $f
- elif test -f "$srcdir/$f"; then
- # Source tree
- echo $srcdir/$f
- else
- # /dev/null tree
- { { echo "$as_me:11450: error: cannot find input file: $f" >&5
- echo "$as_me: error: cannot find input file: $f" >&2;}
- { (exit 1); exit 1; }; }
- fi;;
- esac
- done` || { (exit 1); exit 1; }
- # Remove the trailing spaces.
- sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
-
- rm -f conftest.frag
- cat >> conftest.frag <<CEOF
-
- #define SYSTEM_NAME "amigaos"
- #define CC_HAS_PROTOS 1
- #define HAVE_LONG_FILE_NAMES 1
- #define USE_DATABASE 1
- #define TERMINFO_DIRS "/gg/share/terminfo"
- #define TERMINFO "/gg/share/terminfo"
- #define HAVE_BIG_CORE 1
- #define USE_TERMCAP 1
- #define TERMPATH "/etc/termcap:/usr/share/misc/termcap"
- #define HAVE_REMOVE 1
- #define HAVE_UNLINK 1
- #define HAVE_LINK 1
- #define HAVE_SYMLINK 1
- #define HAVE_CURSES_VERSION 1
- #define HAVE_HAS_KEY 1
- #define HAVE_RESIZETERM 1
- #define HAVE_USE_DEFAULT_COLORS 1
- #define HAVE_WRESIZE 1
- #define NCURSES_EXT_FUNCS 1
- #define NCURSES_NO_PADDING 1
- #define USE_SIGWINCH 1
- #define USE_ROOT_ENVIRON 1
- #define USE_ASSUMED_COLOR 1
- #define USE_HASHMAP 1
- #define GCC_SCANF 1
- #define GCC_PRINTF 1
- #define GCC_UNUSED __attribute__((unused))
- #define GCC_NORETURN __attribute__((noreturn))
- #define NDEBUG 1
- #define HAVE_NC_ALLOC_H 1
- #define HAVE_GETTIMEOFDAY 1
- #define STDC_HEADERS 1
- #define HAVE_DIRENT_H 1
- #define TIME_WITH_SYS_TIME 1
- #define HAVE_REGEX_H_FUNCS 1
- #define HAVE_FCNTL_H 1
- #define HAVE_LIMITS_H 1
- CEOF
- cat >> conftest.frag <<CEOF
- #define HAVE_LOCALE_H 1
- #define HAVE_SYS_IOCTL_H 1
- #define HAVE_SYS_PARAM_H 1
- #define HAVE_SYS_TIME_H 1
- #define HAVE_SYS_TIMES_H 1
- #define HAVE_TTYENT_H 1
- #define HAVE_UNISTD_H 1
- #define HAVE_SYS_TIME_SELECT 1
- #define CC_HAS_INLINE_FUNCS 1
- #define TYPEOF_CHTYPE long
- #define HAVE_ERRNO 1
- #define HAVE_GETCWD 1
- #define HAVE_GETEGID 1
- #define HAVE_GETEUID 1
- #define HAVE_GETTTYNAM 1
- #define HAVE_MEMCCPY 1
- #define HAVE_REMOVE 1
- #define HAVE_SELECT 1
- #define HAVE_SETBUF 1
- #define HAVE_SETBUFFER 1
- #define HAVE_SETVBUF 1
- #define HAVE_SIGACTION 1
- #define HAVE_SIGVEC 1
- #define HAVE_STRDUP 1
- #define HAVE_STRSTR 1
- #define HAVE_TCGETPGRP 1
- #define HAVE_TIMES 1
- #define HAVE_VSNPRINTF 1
- #define HAVE_ISASCII 1
- #define HAVE_TERMIOS_H 1
- #define HAVE_UNISTD_H 1
- #define HAVE_TCGETATTR 1
- #define HAVE_VSSCANF 1
- #define HAVE_MKSTEMP 1
- #define RETSIGTYPE void
- #define HAVE_SIZECHANGE 1
- #define HAVE_TYPEINFO 1
- #define CPP_HAS_PARAM_INIT 1
- CEOF
- cat >> conftest.frag <<CEOF
- #define HAVE_STRSTREAM_H 1
- #define HAVE_PANEL_H 1
- #define HAVE_LIBPANEL 1
- #define HAVE_MENU_H 1
- #define HAVE_LIBMENU 1
- #define HAVE_FORM_H 1
- #define HAVE_LIBFORM 1
- #define NCURSES_PATHSEP ':'
- CEOF
- cat >> conftest.edit <<CEOF
- /@DEFS@/r conftest.frag
- /@DEFS@/d
- CEOF
- sed -f conftest.edit $tmp/in > $tmp/out
- rm -f $tmp/in
- mv $tmp/out $tmp/in
- rm -f conftest.edit conftest.frag
-
- # Let's still pretend it is `configure' which instantiates (i.e., don't
- # use $as_me), people would be surprised to read:
- # /* config.h. Generated automatically by config.status. */
- if test x"$ac_file" = x-; then
- echo "/* Generated automatically by configure. */" >$tmp/config.h
- else
- echo "/* $ac_file. Generated automatically by configure. */" >$tmp/config.h
- fi
- cat $tmp/in >>$tmp/config.h
- rm -f $tmp/in
- if test x"$ac_file" != x-; then
- if cmp -s $ac_file $tmp/config.h 2>/dev/null; then
- { echo "$as_me:11508: $ac_file is unchanged" >&5
- echo "$as_me: $ac_file is unchanged" >&6;}
- else
- ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
- X"$ac_file" : 'X\(//\)[^/]' \| \
- X"$ac_file" : 'X\(//\)$' \| \
- X"$ac_file" : 'X\(/\)' \| \
- . : '\(.\)' 2>/dev/null ||
- echo X"$ac_file" |
- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
- /^X\(\/\/\)[^/].*/{ s//\1/; q; }
- /^X\(\/\/\)$/{ s//\1/; q; }
- /^X\(\/\).*/{ s//\1/; q; }
- s/.*/./; q'`
- if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
- { case "$ac_dir" in
- [\\/]* | ?:[\\/]* ) as_incr_dir=;;
- *) as_incr_dir=.;;
- esac
- as_dummy="$ac_dir"
- for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
- case $as_mkdir_dir in
- # Skip DOS drivespec
- ?:) as_incr_dir=$as_mkdir_dir ;;
- *)
- as_incr_dir=$as_incr_dir/$as_mkdir_dir
- test -d "$as_incr_dir" || mkdir "$as_incr_dir"
- ;;
- esac
- done; }
-
- fi
- rm -f $ac_file
- mv $tmp/config.h $ac_file
- fi
- else
- cat $tmp/config.h
- rm -f $tmp/config.h
- fi
- done
-
- #
- # CONFIG_COMMANDS section.
- #
- for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
- ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
- ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
-
- case $ac_dest in
- default )
-
- case $cf_cv_system_name in
- OS/2*) LIB_PREFIX='' ;;
- os2*) LIB_PREFIX='' ;;
- *) LIB_PREFIX='lib' ;;
- esac
- cf_prefix=$LIB_PREFIX
-
- for cf_dir in $SRC_SUBDIRS
- do
- if test -f $srcdir/$cf_dir/modules; then
-
- IMPORT_LIB=
- SHARED_LIB=
- LIBS_TO_MAKE=
- for cf_item in $CF_LIST_MODELS
- do
-
- case $cf_item in
- libtool) cf_suffix='.la' ;;
- normal) cf_suffix='.a' ;;
- debug) cf_suffix='_g.a' ;;
- profile) cf_suffix='_p.a' ;;
- shared)
- case $cf_cv_system_name in
- cygwin*) cf_suffix='.dll' ;;
- darwin*) cf_suffix='.dylib' ;;
- hpux*) cf_suffix='.sl' ;;
- *) cf_suffix='.so' ;;
- esac
- esac
- test -n "$LIB_SUFFIX" && cf_suffix="${LIB_SUFFIX}${cf_suffix}"
-
- if test $cf_item = shared ; then
- if test "$cf_cv_do_symlinks" = yes ; then
- case "$cf_cv_shlib_version" in #(vi
- rel) #(vi
- case "$cf_cv_system_name" in #(vi
- darwin*) cf_suffix='.$(REL_VERSION)'"$cf_suffix" ;; #(vi
- *) cf_suffix="$cf_suffix"'.$(REL_VERSION)' ;;
- esac
- ;;
- abi)
- case "$cf_cv_system_name" in #(vi
- darwin*) cf_suffix='.$(ABI_VERSION)'"$cf_suffix" ;; #(vi
- *) cf_suffix="$cf_suffix"'.$(ABI_VERSION)' ;;
- esac
- ;;
- esac
- fi
- # cygwin needs import library, and has unique naming convention
- if test $cf_cv_shlib_version = cygdll ; then
- SHARED_LIB="../lib/${cf_prefix}${cf_dir}\$(ABI_VERSION).dll"
- IMPORT_LIB="../lib/${cf_prefix}${cf_dir}.dll.a"
- LIBS_TO_MAKE="$LIBS_TO_MAKE \$(SHARED_LIB) \$(IMPORT_LIB)"
- continue
- fi
- fi
- LIBS_TO_MAKE="$LIBS_TO_MAKE ../lib/${cf_prefix}${cf_dir}${cf_suffix}"
- done
-
- if test $cf_dir = ncurses ; then
- cf_subsets="$LIB_SUBSETS"
- case "$LIB_SUBSETS" in #(vi
- termlib+*) #(vi
- ;;
- *) #(vi
- cf_item=`echo $LIBS_TO_MAKE |sed -e s/$LIB_NAME/$TINFO_NAME/g`
- LIBS_TO_MAKE="$cf_item $LIBS_TO_MAKE"
- ;;
- esac
- else
- cf_subsets=`echo "$LIB_SUBSETS" | sed -e 's/^termlib //'`
- fi
-
- sed -e "s%@LIBS_TO_MAKE@%$LIBS_TO_MAKE%" \
- -e "s%@IMPORT_LIB@%$IMPORT_LIB%" \
- -e "s%@SHARED_LIB@%$SHARED_LIB%" \
- $cf_dir/Makefile >$cf_dir/Makefile.out
- mv $cf_dir/Makefile.out $cf_dir/Makefile
-
- $AWK -f $srcdir/mk-0th.awk \
- libname="${cf_dir}${LIB_SUFFIX}" subsets="$LIB_SUBSETS" \
- $srcdir/$cf_dir/modules >>$cf_dir/Makefile
-
- for cf_subset in $cf_subsets
- do
- cf_subdirs=
- for cf_item in $CF_LIST_MODELS
- do
- echo "Appending rules for ${cf_item} model (${cf_dir}: ${cf_subset})"
-
- CF_ITEM=`echo "$cf_item" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
-
- case $cf_item in
- libtool) cf_suffix='.la' ;;
- normal) cf_suffix='.a' ;;
- debug) cf_suffix='_g.a' ;;
- profile) cf_suffix='_p.a' ;;
- shared)
- case $cf_cv_system_name in
- cygwin*) cf_suffix='.dll' ;;
- darwin*) cf_suffix='.dylib' ;;
- hpux*) cf_suffix='.sl' ;;
- *) cf_suffix='.so' ;;
- esac
- esac
- test -n "$LIB_SUFFIX" && cf_suffix="${LIB_SUFFIX}${cf_suffix}"
-
- case $cf_item in
- libtool) cf_subdir='obj_lo' ;;
- normal) cf_subdir='objects' ;;
- debug) cf_subdir='obj_g' ;;
- profile) cf_subdir='obj_p' ;;
- shared)
- case $cf_cv_system_name in #(vi
- cygwin) #(vi
- cf_subdir='objects' ;;
- *)
- cf_subdir='obj_s' ;;
- esac
- esac
-
- # These dependencies really are for development, not
- # builds, but they are useful in porting, too.
- cf_depend="../include/ncurses_cfg.h"
- if test "$srcdir" = "."; then
- cf_reldir="."
- else
- cf_reldir="\$(srcdir)"
- fi
-
- if test -f $srcdir/$cf_dir/$cf_dir.priv.h; then
- cf_depend="$cf_depend $cf_reldir/$cf_dir.priv.h"
- elif test -f $srcdir/$cf_dir/curses.priv.h; then
- cf_depend="$cf_depend $cf_reldir/curses.priv.h"
- fi
-
- $AWK -f $srcdir/mk-1st.awk \
- name=$cf_dir \
- traces=$LIB_TRACING \
- MODEL=$CF_ITEM \
- model=$cf_subdir \
- prefix=$cf_prefix \
- suffix=$cf_suffix \
- subset=$cf_subset \
- ShlibVer=$cf_cv_shlib_version \
- ShlibVerInfix=$cf_cv_shlib_version_infix \
- DoLinks=$cf_cv_do_symlinks \
- rmSoLocs=$cf_cv_rm_so_locs \
- ldconfig="$LDCONFIG" \
- overwrite=$WITH_OVERWRITE \
- depend="$cf_depend" \
- target="$target" \
- $srcdir/$cf_dir/modules >>$cf_dir/Makefile
- for cf_subdir2 in $cf_subdirs lib
- do
- test $cf_subdir = $cf_subdir2 && break
- done
- test "${cf_subset}.${cf_subdir2}" != "${cf_subset}.${cf_subdir}" && \
- $AWK -f $srcdir/mk-2nd.awk \
- name=$cf_dir \
- traces=$LIB_TRACING \
- MODEL=$CF_ITEM \
- model=$cf_subdir \
- subset=$cf_subset \
- srcdir=$srcdir \
- echo=$WITH_ECHO \
- $srcdir/$cf_dir/modules >>$cf_dir/Makefile
- cf_subdirs="$cf_subdirs $cf_subdir"
- done
- done
- fi
-
- echo ' cd '$cf_dir' && $(MAKE) $(CF_MFLAGS) $@' >>Makefile
- done
-
- for cf_dir in $SRC_SUBDIRS
- do
- if test -f $cf_dir/Makefile ; then
- case "$cf_dir" in
- Ada95) #(vi
- echo 'libs \' >> Makefile
- echo 'install.libs \' >> Makefile
- echo 'uninstall.libs ::' >> Makefile
- echo ' cd '$cf_dir' && $(MAKE) $(CF_MFLAGS) $@' >> Makefile
- ;;
- esac
- fi
-
- if test -f $srcdir/$cf_dir/modules; then
- echo >> Makefile
- if test -f $srcdir/$cf_dir/headers; then
- cat >> Makefile <<CF_EOF
- install.includes \\
- uninstall.includes \\
- CF_EOF
- fi
- if test "$cf_dir" != "c++" ; then
- echo 'lint \' >> Makefile
- fi
- cat >> Makefile <<CF_EOF
- libs \\
- lintlib \\
- install.libs \\
- uninstall.libs \\
- install.$cf_dir \\
- uninstall.$cf_dir ::
- cd $cf_dir && \$(MAKE) \$(CF_MFLAGS) \$@
- CF_EOF
- elif test -f $srcdir/$cf_dir/headers; then
- cat >> Makefile <<CF_EOF
-
- libs \\
- install.libs \\
- uninstall.libs \\
- install.includes \\
- uninstall.includes ::
- cd $cf_dir && \$(MAKE) \$(CF_MFLAGS) \$@
- CF_EOF
- fi
- done
-
- cat >> Makefile <<CF_EOF
-
- install.data \\
- uninstall.data ::
- $MAKE_TERMINFO cd misc && \$(MAKE) \$(CF_MFLAGS) \$@
-
- install.man \\
- uninstall.man ::
- cd man && \$(MAKE) \$(CF_MFLAGS) \$@
-
- distclean ::
- rm -f config.cache config.log config.status Makefile include/ncurses_cfg.h
- rm -f headers.sh headers.sed
- rm -rf \$(DIRS_TO_MAKE)
- CF_EOF
-
- # Special case: tack's manpage lives in its own directory.
- if test -d tack ; then
- if test -f $srcdir/$tack.h; then
- cat >> Makefile <<CF_EOF
-
- install.man \\
- uninstall.man ::
- cd tack && \$(MAKE) \$(CF_MFLAGS) \$@
- CF_EOF
- fi
- fi
-
- rm -f headers.sed headers.sh
-
- echo creating headers.sh
- cat >headers.sh <<CF_EOF
- #! /bin/sh
- # This shell script is generated by the 'configure' script. It is invoked in a
- # subdirectory of the build tree. It generates a sed-script in the parent
- # directory that is used to adjust includes for header files that reside in a
- # subdirectory of /usr/include, etc.
- PRG=""
- while test \$# != 3
- do
- PRG="\$PRG \$1"; shift
- done
- DST=\$1
- REF=\$2
- SRC=\$3
- TMPSRC=\${TMPDIR-/tmp}/\`basename \$SRC\`\$\$
- TMPSED=\${TMPDIR-/tmp}/headers.sed\$\$
- echo installing \$SRC in \$DST
- CF_EOF
- if test $WITH_CURSES_H = yes; then
- cat >>headers.sh <<CF_EOF
- case \$DST in
- /*/include/*)
- END=\`basename \$DST\`
- for i in \`cat \$REF/../*/headers |fgrep -v "#"\`
- do
- NAME=\`basename \$i\`
- echo "s/<\$NAME>/<\$END\/\$NAME>/" >> \$TMPSED
- done
- ;;
- *)
- echo "" >> \$TMPSED
- ;;
- esac
- CF_EOF
- else
- cat >>headers.sh <<CF_EOF
- case \$DST in
- /*/include/*)
- END=\`basename \$DST\`
- for i in \`cat \$REF/../*/headers |fgrep -v "#"\`
- do
- NAME=\`basename \$i\`
- if test "\$NAME" = "curses.h"
- then
- echo "s/<curses.h>/<ncurses.h>/" >> \$TMPSED
- NAME=ncurses.h
- fi
- echo "s/<\$NAME>/<\$END\/\$NAME>/" >> \$TMPSED
- done
- ;;
- *)
- echo "s/<curses.h>/<ncurses.h>/" >> \$TMPSED
- ;;
- esac
- CF_EOF
- fi
- cat >>headers.sh <<CF_EOF
- rm -f \$TMPSRC
- sed -f \$TMPSED \$SRC > \$TMPSRC
- NAME=\`basename \$SRC\`
- CF_EOF
- if test $WITH_CURSES_H != yes; then
- cat >>headers.sh <<CF_EOF
- test "\$NAME" = "curses.h" && NAME=ncurses.h
- CF_EOF
- fi
- cat >>headers.sh <<CF_EOF
- # Just in case someone gzip'd manpages, remove the conflicting copy.
- test -f \$DST/\$NAME.gz && rm -f \$DST/\$NAME.gz
-
- eval \$PRG \$TMPSRC \$DST/\$NAME
- rm -f \$TMPSRC \$TMPSED
- CF_EOF
-
- chmod 0755 headers.sh
-
- for cf_dir in $SRC_SUBDIRS
- do
- if test -f $srcdir/$cf_dir/headers; then
- cat >>$cf_dir/Makefile <<CF_EOF
- \$(DESTDIR)\$(includedir) :
- sh \$(srcdir)/../mkinstalldirs \$@
-
- install \\
- install.libs \\
- install.includes :: \$(AUTO_SRC) \$(DESTDIR)\$(includedir) \\
- CF_EOF
- j=""
- for i in `cat $srcdir/$cf_dir/headers |fgrep -v "#"`
- do
- test -n "$j" && echo " $j \\" >>$cf_dir/Makefile
- j=$i
- done
- echo " $j" >>$cf_dir/Makefile
- for i in `cat $srcdir/$cf_dir/headers |fgrep -v "#"`
- do
- echo " @ (cd \$(DESTDIR)\$(includedir) && rm -f `basename $i`) ; ../headers.sh \$(INSTALL_DATA) \$(DESTDIR)\$(includedir) \$(srcdir) $i" >>$cf_dir/Makefile
- test $i = curses.h && test $WITH_CURSES_H = yes && echo " @ (cd \$(DESTDIR)\$(includedir) && rm -f ncurses.h && \$(LN_S) curses.h ncurses.h)" >>$cf_dir/Makefile
- done
-
- cat >>$cf_dir/Makefile <<CF_EOF
-
- uninstall \\
- uninstall.libs \\
- uninstall.includes ::
- CF_EOF
- for i in `cat $srcdir/$cf_dir/headers |fgrep -v "#"`
- do
- i=`basename $i`
- echo " -@ (cd \$(DESTDIR)\$(includedir) && rm -f $i)" >>$cf_dir/Makefile
- test $i = curses.h && echo " -@ (cd \$(DESTDIR)\$(includedir) && rm -f ncurses.h)" >>$cf_dir/Makefile
- done
- fi
-
- if test -f $srcdir/$cf_dir/modules; then
- if test "$cf_dir" != "c++" ; then
- cat >>$cf_dir/Makefile <<"CF_EOF"
- depend : $(AUTO_SRC)
- makedepend -- $(CPPFLAGS) -- $(C_SRC)
-
- # DO NOT DELETE THIS LINE -- make depend depends on it.
- CF_EOF
- fi
- fi
- done
-
- ;;
- esac
- done
-
- { (exit 0); exit 0; }
-